home *** CD-ROM | disk | FTP | other *** search
- package hhapplet;
-
- public class IndexSecondaryEntry {
- public String name;
- public String local;
- public String url;
- public String frame;
- public String see_also;
-
- public String toString() {
- return this.getClass().getName() + "[name=" + this.name + ",local=" + this.local + ",url=" + this.url + ",see also=" + this.see_also + ",frame=" + this.frame + "]";
- }
- }
-